Autogenerated HTML docs for v1.5.0-rc0-g2708
diff --git a/config.txt b/config.txt index 178e0e1..2f4fc25 100644 --- a/config.txt +++ b/config.txt
@@ -82,13 +82,13 @@ only when the file exists. If this configuration variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads. - - This information can be used to determine what commit - was the tip of a branch "2 days ago". - - This value is true by default in a repository that has - a working directory associated with it, and false by - default in a bare repository. ++ +This information can be used to determine what commit +was the tip of a branch "2 days ago". ++ +This value is true by default in a repository that has +a working directory associated with it, and false by +default in a bare repository. core.repositoryFormatVersion:: Internal variable identifying the repository format and layout
diff --git a/git-fetch.html b/git-fetch.html index 021522b..93806b2 100644 --- a/git-fetch.html +++ b/git-fetch.html
@@ -556,7 +556,7 @@ <p>In addition to the above, as a short-hand, the name of a file in <tt>$GIT_DIR/remotes</tt> directory can be given; the named file should be in the following format:</p> -<div class="literalblock"> +<div class="listingblock"> <div class="content"> <pre><tt>URL: one of the above URL format Push: <refspec> @@ -570,11 +570,12 @@ be specified for additional branch mappings.</p> <p>Or, equivalently, in the <tt>$GIT_DIR/config</tt> (note the use of <tt>fetch</tt> instead of <tt>Pull:</tt>):</p> -<div class="literalblock"> +<div class="listingblock"> <div class="content"> -<pre><tt>url = <url> -push = <refspec> -fetch = <refspec></tt></pre> +<pre><tt>[remote "<remote>"] + url = <url> + push = <refspec> + fetch = <refspec></tt></pre> </div></div> <p>The name of a file in <tt>$GIT_DIR/branches</tt> directory can be specified as an older notation short-hand; the named @@ -584,13 +585,13 @@ <tt>$GIT_DIR/branches/<remote></tt> file that stores a <url> without the fragment is equivalent to have this in the corresponding file in the <tt>$GIT_DIR/remotes/</tt> directory.</p> -<div class="literalblock"> +<div class="listingblock"> <div class="content"> <pre><tt>URL: <url> Pull: refs/heads/master:<remote></tt></pre> </div></div> <p>while having <tt><url>#<head></tt> is equivalent to</p> -<div class="literalblock"> +<div class="listingblock"> <div class="content"> <pre><tt>URL: <url> Pull: refs/heads/<head>:<remote></tt></pre> @@ -615,7 +616,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 24-Oct-2006 05:43:59 UTC +Last updated 31-Dec-2006 08:29:25 UTC </div> </div> </body>
diff --git a/git-pull.html b/git-pull.html index 10171f3..a518025 100644 --- a/git-pull.html +++ b/git-pull.html
@@ -600,7 +600,7 @@ <p>In addition to the above, as a short-hand, the name of a file in <tt>$GIT_DIR/remotes</tt> directory can be given; the named file should be in the following format:</p> -<div class="literalblock"> +<div class="listingblock"> <div class="content"> <pre><tt>URL: one of the above URL format Push: <refspec> @@ -614,11 +614,12 @@ be specified for additional branch mappings.</p> <p>Or, equivalently, in the <tt>$GIT_DIR/config</tt> (note the use of <tt>fetch</tt> instead of <tt>Pull:</tt>):</p> -<div class="literalblock"> +<div class="listingblock"> <div class="content"> -<pre><tt>url = <url> -push = <refspec> -fetch = <refspec></tt></pre> +<pre><tt>[remote "<remote>"] + url = <url> + push = <refspec> + fetch = <refspec></tt></pre> </div></div> <p>The name of a file in <tt>$GIT_DIR/branches</tt> directory can be specified as an older notation short-hand; the named @@ -628,13 +629,13 @@ <tt>$GIT_DIR/branches/<remote></tt> file that stores a <url> without the fragment is equivalent to have this in the corresponding file in the <tt>$GIT_DIR/remotes/</tt> directory.</p> -<div class="literalblock"> +<div class="listingblock"> <div class="content"> <pre><tt>URL: <url> Pull: refs/heads/master:<remote></tt></pre> </div></div> <p>while having <tt><url>#<head></tt> is equivalent to</p> -<div class="literalblock"> +<div class="listingblock"> <div class="content"> <pre><tt>URL: <url> Pull: refs/heads/<head>:<remote></tt></pre> @@ -817,7 +818,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 29-Oct-2006 20:47:12 UTC +Last updated 31-Dec-2006 08:29:26 UTC </div> </div> </body>
diff --git a/git-push.html b/git-push.html index 97a00dd..f586e87 100644 --- a/git-push.html +++ b/git-push.html
@@ -447,7 +447,7 @@ <p>In addition to the above, as a short-hand, the name of a file in <tt>$GIT_DIR/remotes</tt> directory can be given; the named file should be in the following format:</p> -<div class="literalblock"> +<div class="listingblock"> <div class="content"> <pre><tt>URL: one of the above URL format Push: <refspec> @@ -461,11 +461,12 @@ be specified for additional branch mappings.</p> <p>Or, equivalently, in the <tt>$GIT_DIR/config</tt> (note the use of <tt>fetch</tt> instead of <tt>Pull:</tt>):</p> -<div class="literalblock"> +<div class="listingblock"> <div class="content"> -<pre><tt>url = <url> -push = <refspec> -fetch = <refspec></tt></pre> +<pre><tt>[remote "<remote>"] + url = <url> + push = <refspec> + fetch = <refspec></tt></pre> </div></div> <p>The name of a file in <tt>$GIT_DIR/branches</tt> directory can be specified as an older notation short-hand; the named @@ -475,13 +476,13 @@ <tt>$GIT_DIR/branches/<remote></tt> file that stores a <url> without the fragment is equivalent to have this in the corresponding file in the <tt>$GIT_DIR/remotes/</tt> directory.</p> -<div class="literalblock"> +<div class="listingblock"> <div class="content"> <pre><tt>URL: <url> Pull: refs/heads/master:<remote></tt></pre> </div></div> <p>while having <tt><url>#<head></tt> is equivalent to</p> -<div class="literalblock"> +<div class="listingblock"> <div class="content"> <pre><tt>URL: <url> Pull: refs/heads/<head>:<remote></tt></pre> @@ -502,7 +503,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 13-Dec-2006 10:14:07 UTC +Last updated 31-Dec-2006 08:29:27 UTC </div> </div> </body>
diff --git a/git-repo-config.html b/git-repo-config.html index 52503e0..ed5373e 100644 --- a/git-repo-config.html +++ b/git-repo-config.html
@@ -430,7 +430,10 @@ </dt> <dd> <p> - git-repo-config will ensure that the output is a simple decimal number + git-repo-config will ensure that the output is a simple + decimal number. An optional value suffix of <em>k</em>, <em>m</em>, or <em>g</em> + in the config file will cause the value to be multiplied + by 1024, 1048576, or 1073741824 prior to output. </p> </dd> </dl> @@ -662,17 +665,11 @@ variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads. </p> -<div class="literalblock"> -<div class="content"> -<pre><tt>This information can be used to determine what commit -was the tip of a branch "2 days ago".</tt></pre> -</div></div> -<div class="literalblock"> -<div class="content"> -<pre><tt>This value is true by default in a repository that has +<p>This information can be used to determine what commit +was the tip of a branch "2 days ago".</p> +<p>This value is true by default in a repository that has a working directory associated with it, and false by -default in a bare repository.</tt></pre> -</div></div> +default in a bare repository.</p> </dd> <dt> core.repositoryFormatVersion @@ -1215,7 +1212,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 29-Dec-2006 05:18:19 UTC +Last updated 31-Dec-2006 08:29:27 UTC </div> </div> </body>
diff --git a/git-repo-config.txt b/git-repo-config.txt index b379ec5..c55a8ba 100644 --- a/git-repo-config.txt +++ b/git-repo-config.txt
@@ -87,7 +87,10 @@ git-repo-config will ensure that the output is "true" or "false" --int:: - git-repo-config will ensure that the output is a simple decimal number + git-repo-config will ensure that the output is a simple + decimal number. An optional value suffix of 'k', 'm', or 'g' + in the config file will cause the value to be multiplied + by 1024, 1048576, or 1073741824 prior to output. ENVIRONMENT
diff --git a/urls.txt b/urls.txt index 670827c..870c950 100644 --- a/urls.txt +++ b/urls.txt
@@ -40,9 +40,11 @@ file in `$GIT_DIR/remotes` directory can be given; the named file should be in the following format: - URL: one of the above URL format - Push: <refspec> - Pull: <refspec> +------------ +URL: one of the above URL format +Push: <refspec> +Pull: <refspec> +------------ Then such a short-hand is specified in place of <repository> without <refspec> parameters on the command @@ -54,10 +56,12 @@ Or, equivalently, in the `$GIT_DIR/config` (note the use of `fetch` instead of `Pull:`): +------------ [remote "<remote>"] url = <url> push = <refspec> fetch = <refspec> +------------ The name of a file in `$GIT_DIR/branches` directory can be specified as an older notation short-hand; the named @@ -68,10 +72,15 @@ without the fragment is equivalent to have this in the corresponding file in the `$GIT_DIR/remotes/` directory. - URL: <url> - Pull: refs/heads/master:<remote> +------------ +URL: <url> +Pull: refs/heads/master:<remote> +------------ + while having `<url>#<head>` is equivalent to - URL: <url> - Pull: refs/heads/<head>:<remote> +------------ +URL: <url> +Pull: refs/heads/<head>:<remote> +------------